CVE-2021-43827
discourse-footnote is a library providing footnotes for posts in Discourse. ### Impact When posting an inline footnote wrapped in tags (e.g. ^[footnote], the resulting rendered HTML would include a nested , which is stripped by Nokogiri because it is not valid. This then caused a javascript error ...